Skip to content

[PW_SID:1069686] [v4] reset: spacemit: k3: Decouple composite reset lines#1648

Closed
linux-riscv-bot wants to merge 1 commit intoworkflow__riscv__fixesfrom
pw1069686
Closed

[PW_SID:1069686] [v4] reset: spacemit: k3: Decouple composite reset lines#1648
linux-riscv-bot wants to merge 1 commit intoworkflow__riscv__fixesfrom
pw1069686

Conversation

@linux-riscv-bot
Copy link

PR for series 1069686 applied to workflow__riscv__fixes

Name: [v4] reset: spacemit: k3: Decouple composite reset lines
URL: https://patchwork.kernel.org/project/linux-riscv/list/?series=1069686
Version: 4

Instead of grouping several different reset lines into one composite
reset, decouple them to individual ones which make it more aligned
with underlying hardware. And for DWC USB driver, it will match well
with the number of the reset property in the DT bindings.

The DWC3 USB host controller in K3 SoC has three reset lines - AHB, VCC,
PHY. The PCIe controller also has three reset lines - DBI, Slave, Master.
Also three reset lines each for UCIE and RCPU block.

As an agreement with maintainer, the reset IDs has been rearranged as
contiguous number but keep EMAC part unchanged to avoid break patches
which already sent to mailing list. The changes of DT binding header file
and reset driver are merged together as one single commit to avoid
git-bisect breakage.

Fixes: 938ce3b ("reset: spacemit: Add SpacemiT K3 reset driver")
Fixes: 216e0a5 ("dt-bindings: soc: spacemit: Add K3 reset support and IDs")
Signed-off-by: Yixun Lan <dlan@kernel.org>
Signed-off-by: Linux RISC-V bot <linux.riscv.bot@gmail.com>
@linux-riscv-bot
Copy link
Author

Patch 1: "[v4] reset: spacemit: k3: Decouple composite reset lines"
build-rv32-defconfig
Desc: Builds riscv32 defconfig
Duration: 137.26 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "[v4] reset: spacemit: k3: Decouple composite reset lines"
build-rv64-clang-allmodconfig
Desc: Builds riscv64 allmodconfig with Clang, and checks for errors and added warnings
Duration: 1049.26 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "[v4] reset: spacemit: k3: Decouple composite reset lines"
build-rv64-gcc-allmodconfig
Desc: Builds riscv64 allmodconfig with GCC, and checks for errors and added warnings
Duration: 1418.10 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "[v4] reset: spacemit: k3: Decouple composite reset lines"
build-rv64-nommu-k210-defconfig
Desc: Builds riscv64 defconfig with NOMMU for K210
Duration: 26.29 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "[v4] reset: spacemit: k3: Decouple composite reset lines"
build-rv64-nommu-k210-virt
Desc: Builds riscv64 defconfig with NOMMU for the virt platform
Duration: 27.80 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "[v4] reset: spacemit: k3: Decouple composite reset lines"
checkpatch
Desc: Runs checkpatch.pl on the patch
Duration: 1.93 seconds
Result: WARNING
Output:

WARNING: DT binding docs and includes should be a separate patch. See: Documentation/devicetree/bindings/submitting-patches.rst

total: 0 errors, 1 warnings, 0 checks, 215 lines checked

NOTE: For some of the reported defects, checkpatch may be able to
      mechanically convert to the typical style using --fix or --fix-inplace.

Commit 8dbbe48b56c4 ("reset: spacemit: k3: Decouple composite reset lines") has style problems, please review.

NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT CAMELCASE COMMIT_LOG_LONG_LINE GIT_COMMIT_ID MACRO_ARG_REUSE NO_AUTHOR_SIGN_OFF

NOTE: If any of the errors are false positives, please report
      them to the maintainer, see CHECKPATCH in MAINTAINERS.
total: 0 errors, 1 warnings, 0 checks, 215 lines checked
WARNING: DT binding docs and includes should be a separate patch. See: Documentation/devicetree/bindings/submitting-patches.rst


@linux-riscv-bot
Copy link
Author

Patch 1: "[v4] reset: spacemit: k3: Decouple composite reset lines"
dtb-warn-rv64
Desc: Checks for Device Tree warnings/errors
Duration: 83.02 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "[v4] reset: spacemit: k3: Decouple composite reset lines"
header-inline
Desc: Detects static functions without inline keyword in header files
Duration: 0.22 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "[v4] reset: spacemit: k3: Decouple composite reset lines"
kdoc
Desc: Detects for kdoc errors
Duration: 0.87 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "[v4] reset: spacemit: k3: Decouple composite reset lines"
module-param
Desc: Detect module_param changes
Duration: 0.24 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "[v4] reset: spacemit: k3: Decouple composite reset lines"
verify-fixes
Desc: Verifies that the Fixes: tags exist
Duration: 0.30 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "[v4] reset: spacemit: k3: Decouple composite reset lines"
verify-signedoff
Desc: Verifies that Signed-off-by: tags are correct
Duration: 0.29 seconds
Result: PASS

@linux-riscv-bot linux-riscv-bot deleted the pw1069686 branch March 20, 2026 11:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant